home *** CD-ROM | disk | FTP | other *** search
- @echo off
- :TOP
- echo Make LANutils Distribution Diskette....
- echo Put the (formatted) disk in drive %1:
- pause
- copy login.exe %1
- copy logout.exe %1
- copy waitfor.exe %1
- copy fastnet.exe %1
- copy message.com %1
- copy mset.exe %1
- copy userlist.exe %1
- copy reboot.com %1
- copy whats.new %1
- copy intercom.com %1
- copy system.exe %1
- copy fu.exe %1
- copy su.exe %1
- copy delay.exe %1
- copy lusetup.exe %1
- goto TOP